google.golang.org/grpc/internal/transport.controlBuffer.executeAndPut (method)

10 uses

	google.golang.org/grpc/internal/transport (current package)
		controlbuf.go#L349: 	_, err := c.executeAndPut(nil, it)
		controlbuf.go#L360: func (c *controlBuffer) executeAndPut(f func() bool, it cbItem) (bool, error) {
		http2_client.go#L895: 		success, err := t.controlBuf.executeAndPut(func() bool {
		http2_client.go#L999: 	t.controlBuf.executeAndPut(addBackStreamQuota, cleanup)
		http2_client.go#L1179: 	t.controlBuf.executeAndPut(updateIWS, &outgoingWindowUpdate{streamID: 0, increment: t.fc.newLimit(n)})
		http2_client.go#L1340: 	t.controlBuf.executeAndPut(func() bool {
		http2_server.go#L861: 	t.controlBuf.executeAndPut(func() bool {
		http2_server.go#L984: 	success, _ := t.controlBuf.executeAndPut(func() bool {
		http2_server.go#L1056: 	success, err := t.controlBuf.executeAndPut(func() bool { return t.checkForHeaderListSize(hf.hf) }, hf)
		http2_server.go#L1125: 	success, err := t.controlBuf.executeAndPut(func() bool {